Make re-includable.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 24 Oct 2005 18:01:15 +0000 (18:01 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 24 Oct 2005 18:01:15 +0000 (18:01 +0000)
gpsbabel/gbtypes.h

index bdbc8ce5f6d55063473fa462a04c40ab2eba80f6..78ad7582d8b49dd91d0fb6ea8928c6dadd2b981c 100644 (file)
 
  */
 
+#ifndef gb_types_h_included
+#define gb_types_h_included
+
+
 /*
  *  If this is a problem and any interesting system doesn't have the C99-ism
  *  of <stdint.h> we'll come up with something more clever that'll likely
@@ -46,3 +50,5 @@ typedef  int32_t       gbint32;
 typedef  int16_t        gbint16;
 
 #endif // defined(_MSC_VER)
+
+#endif /* gb_types_h_included */